12 lines
283 B
JSON
12 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,
|
|
},
|
|
}
|