14 строки
193 B
JSON
14 строки
193 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"sourceMap": true,
|
||
|
"outDir": "built",
|
||
|
"noEmitOnError": true,
|
||
|
"module": "commonjs"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"built",
|
||
|
"docs"
|
||
|
]
|
||
|
}
|