14 lines
287 B
JSON
14 lines
287 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "es2020",
|
|
"target": "es2019",
|
|
"strictBindCallApply": true,
|
|
"noImplicitThis": true,
|
|
"allowJs": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|