17 строки
354 B
JSON
17 строки
354 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es6",
|
|
"target": "ES6",
|
|
"sourceMap": true,
|
|
"outDir": "./.tmp/build/",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"files": [
|
|
"src/gantt.ts"
|
|
]
|
|
} |