25 lines
506 B
JSON
25 lines
506 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noEmitHelpers": true,
|
|
"noEmitOnError": true,
|
|
"lib": [
|
|
"es6",
|
|
"dom",
|
|
"es2015.iterable"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"platforms"
|
|
]
|
|
} |