2023-09-23 15:58:51 -04:00
|
|
|
{
|
2023-10-03 01:20:29 -04:00
|
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
2023-12-29 12:44:19 -05:00
|
|
|
"extends": "./.nuxt/tsconfig.json",
|
2023-10-03 01:20:29 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"noImplicitAny": false,
|
2023-12-09 17:45:23 -05:00
|
|
|
"noImplicitThis": false,
|
2023-12-28 18:01:47 -05:00
|
|
|
"verbatimModuleSyntax": false
|
|
|
|
// "paths": {
|
|
|
|
// "@dbconfig": ["./lib/dbconfig.ts"],
|
|
|
|
// "@functions": ["./lib/functions.ts"]
|
|
|
|
// }
|
2023-12-29 12:44:19 -05:00
|
|
|
}
|
2023-09-23 15:58:51 -04:00
|
|
|
}
|