mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-06 03:16:59 -06:00
Cleanup aliases, remove example code, tailwind
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user