Passport/pkg/view/tsconfig.node.json
LittleSheep 6d056b6e1d
All checks were successful
release-nightly / build-docker (push) Successful in 3m19s
🔨 Add workflow and dockerfile
2024-01-30 18:34:37 +08:00

11 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}