13 lines
186 B
JSON
13 lines
186 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "none",
|
||
|
"target": "es6",
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"js/workers",
|
||
|
"enviroment",
|
||
|
"tsconfig"
|
||
|
]
|
||
|
}
|