14 lines
363 B
JSON
14 lines
363 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": ["node"],
|
|
"outDir": "./.cache/tsc-node",
|
|
"tsBuildInfoFile": "./.cache/tsc-node/tsconfig.node.tsbuildinfo"
|
|
},
|
|
"include": ["vite.config.ts", "tailwind.config.ts"]
|
|
}
|