mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-24 02:36:01 +10:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"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"]
|
|
}
|