Files
ui/tsconfig.json
Benjamin Canac f3f40dd862 chore: update
2021-12-09 17:46:13 +01:00

24 lines
479 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"target": "ESNext",
"module": "ESNext",
"lib": ["ESNext", "DOM"],
"esModuleInterop": true,
"moduleResolution": "node",
"declaration": false,
"skipLibCheck": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"types": [
"node",
"@nuxt/kit"
],
"allowJs": true,
"paths": {
"#app": ["./node_modules/nuxt3/dist/app"]
}
}
}