mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
21 lines
409 B
JSON
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
|
|
}
|
|
}
|