Initial commit
This commit is contained in:
22
tsconfig.json
Normal file
22
tsconfig.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./*"]
|
||||
},
|
||||
"types": [
|
||||
"./types/logger.d.ts",
|
||||
"@nuxt/types",
|
||||
"@types/node",
|
||||
"./types/nuxt-extensions.d.ts",
|
||||
"@nuxt/schema"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user