13 lines
239 B
JSON
13 lines
239 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"sourceMap": false,
|
||
|
"typeRoots": [
|
||
|
"./node_modules/@types"
|
||
|
],
|
||
|
"outDir": "./"
|
||
|
},
|
||
|
"include": ["./*"],
|
||
|
"exclude": ["./node_modules/**/*"]
|
||
|
}
|