mirror of
https://github.com/valitydev/koffing.git
synced 2024-11-06 01:05:19 +00:00
19 lines
480 B
JSON
19 lines
480 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es2015", "es2017", "dom"],
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"koffing/*": ["src/app/*"]
|
|
}
|
|
}
|
|
}
|