Passport/pkg/views/tsconfig.node.json

12 lines
233 B
JSON
Raw Normal View History

2024-01-27 16:05:19 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
2024-02-25 15:12:42 +00:00
"allowSyntheticDefaultImports": true,
"strict": true
2024-01-27 16:05:19 +00:00
},
"include": ["vite.config.ts"]
}