11 lines
No EOL
176 B
JSON
11 lines
No EOL
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "none",
|
|
"target": "es6",
|
|
"sourceMap": true
|
|
//"outFile": "generated/js/client.js"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |