13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": ["esnext"],
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|