16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
],
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
}
|