2018-01-16 20:48:34 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noImplicitAny": true,
|
2018-01-23 05:37:36 +01:00
|
|
|
"emitDecoratorMetadata": true,
|
2018-01-16 20:48:34 +01:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "es6",
|
|
|
|
"target": "ES2016",
|
|
|
|
"allowJs": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"types": [],
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2018-02-19 22:06:26 +01:00
|
|
|
"jslib/*": [ "jslib/src/*" ]
|
2018-01-16 20:48:34 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"dist",
|
|
|
|
"build"
|
|
|
|
]
|
|
|
|
}
|