1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00
strimertul/frontend/tsconfig.json
2023-11-05 12:47:04 +01:00

17 lines
343 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "es2022",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx",
"lib": ["es2019", "dom"],
"resolveJsonModule": true,
"baseUrl": ".",
"paths": {
"@wailsapp/*": ["./wailsjs/*"],
"~/*": ["./src/*"],
}
}
}