12 lines
No EOL
185 B
JSON
12 lines
No EOL
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "none",
|
|
"target": "es6",
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"../node_modules",
|
|
"../js/codec/workers",
|
|
"../js/workers"
|
|
]
|
|
} |