2022-07-21 16:50:03 -04:00
|
|
|
{
|
2022-08-08 17:49:35 -04:00
|
|
|
"extends": "./.nuxt/tsconfig.json",
|
2022-08-09 11:43:20 -04:00
|
|
|
"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
|
|
|
|
}
|
2022-07-21 16:50:03 -04:00
|
|
|
}
|