24 lines
600 B
JSON
24 lines
600 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"importHelpers": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"useDefineForClassFields": true,
|
|
"strictPropertyInitialization": true,
|
|
"resolveJsonModule": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"alwaysStrict": true
|
|
}
|
|
}
|