17 lines
212 B
JSON
17 lines
212 B
JSON
|
{
|
||
|
"compilerOptions":
|
||
|
{
|
||
|
"target": "es2020",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "build/",
|
||
|
"esModuleInterop": true,
|
||
|
"strict": true
|
||
|
},
|
||
|
|
||
|
"include":
|
||
|
[
|
||
|
"src/**/*",
|
||
|
"config.json"
|
||
|
]
|
||
|
}
|