Files
ui/tsconfig.json
Benjamin Canac d1902448ae Initial commit
2021-11-16 12:49:00 +01:00

21 lines
409 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
}
}