13 lines
172 B
JSON
13 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"outDir": "out",
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"out",
|
|
"node_modules"
|
|
]
|
|
} |