16 lines
220 B
JSON
16 lines
220 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./out",
|
||
|
"target": "ES2017",
|
||
|
"module": "commonjs",
|
||
|
"allowJs": true,
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|