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