fiddle/tsconfig.json
2024-05-04 14:17:06 +02:00

15 lines
257 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"strict": true,
"module": "es6",
"target": "ESNext",
"allowJs": false,
"moduleResolution": "node",
"baseUrl": "",
"paths": {
"@/*": ["src/*"],
}
},
}