17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"scripts/vite/**/*",
|
|
"scripts/vite/icon-file.json",
|
|
"package.json",
|
|
"src/types/env.d.ts"
|
|
]
|
|
}
|