12 lines
166 B
JSON
12 lines
166 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noLib": true,
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"sourceMap": false,
|
||
|
"outDir": "../out"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|