15 строки
255 B
JSON
15 строки
255 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./build",
|
||
|
"noImplicitAny": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
],
|
||
|
"include": [
|
||
|
"./src/**/*"
|
||
|
]
|
||
|
}
|