15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["ESNext"],
|
|
"moduleResolution": "node",
|
|
"outDir": "./build",
|
|
"rootDir": "./src",
|
|
"noEmit": true,
|
|
"exactOptionalPropertyTypes": false,
|
|
"checkJs": false
|
|
}
|
|
}
|