16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
/*"paths": {
|
|
"#build/ui": [
|
|
"./node_modules/.nuxt-ui/ui"
|
|
]
|
|
}*/
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|