21 строка
357 B
JSON
21 строка
357 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noImplicitAny": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "ES5",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"sourceMap": true,
|
||
|
"declaration": true,
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"files": [
|
||
|
"typings/index.d.ts",
|
||
|
"index.ts"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|