Files
react-teamspeak-remote-app-api/tsconfig.node.json
2025-01-24 01:04:30 +01:00

12 lines
237 B
JSON

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