17 lines
No EOL
261 B
JSON
17 lines
No EOL
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"lib": [
|
|
"DOM",
|
|
"es5",
|
|
"scripthost",
|
|
"es2015.collection"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |