forked from admin/runners-calendar
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ES2020",
|
|
"lib": ["ES2020"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": ["node"],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"tsBuildInfoFile": "./node_modules/.cache/tsconfig.node.tsbuildinfo"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|