1
Fork 0
holllo-org/tsconfig.json

16 lines
265 B
JSON
Raw Normal View History

2022-03-27 21:21:21 +00:00
{
"compilerOptions": {
"esModuleInterop": true,
"module": "ESNext",
"moduleResolution": "Node",
"noEmit": true,
"outDir": "build",
"strict": true,
"target": "ESNext"
},
"include": [
"source/**/*.ts",
"vite.config.ts"
]
}