mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 10:46:03 +10:00
Initial
This commit is contained in:
13
tsconfig.renderer.json
Normal file
13
tsconfig.renderer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"module": "ESNext",
|
||||
"target": "ES2021",
|
||||
"allowJs": false,
|
||||
"noEmit": true,
|
||||
"types": ["node", "vite/client"],
|
||||
"composite": true
|
||||
},
|
||||
"include": ["src/renderer/src/**/*", "src/shared/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user