13 lines
207 B
JSON
13 lines
207 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"library",
|
||
|
"local",
|
||
|
"settings",
|
||
|
"temp"
|
||
|
]
|
||
|
}
|