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
2022-12-04 18:42:43 +01:00

15 lines
292 B
JSON

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