13 lines
283 B
JSON
13 lines
283 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"emitDeclarationOnly": false,
|
||
|
"isolatedModules": false,
|
||
|
"noImplicitAny": false,
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"typeRoots": ["./types", "node_modules/@types"],
|
||
|
"skipLibCheck": true,
|
||
|
},
|
||
|
}
|