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