mirror of
https://github.com/valitydev/koffing.git
synced 2024-11-06 09:15:20 +00:00
3ee25fbe2e
Angular 2 migration
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"koffing/*": ["src/app/*"]
|
|
}
|
|
}
|
|
}
|