16 lines
No EOL
263 B
JSON
16 lines
No EOL
263 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"bun-types",
|
|
"../app/types/globals"
|
|
]
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
"../app/**/*.ts",
|
|
"../app/**/*.d.ts",
|
|
"../app/**/*.vue",
|
|
"../.nuxt/**/*.d.ts"
|
|
]
|
|
} |