Cleanup aliases, remove example code, tailwind

This commit is contained in:
2024-12-13 21:19:20 -06:00
parent 13b3c29d7d
commit eb9d4cf572
14 changed files with 57 additions and 201 deletions

View File

@@ -7,7 +7,7 @@
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
@@ -17,7 +17,8 @@
"jsx": "react-jsx",
"baseUrl": "./",
"paths": {
"@components/*": ["src/components/*"]
"@components/*": ["src/components/*"],
"@wails/*": ["./wailsjs/*"]
}
},
"include": ["src"],