mirror of
https://github.com/litruv/AudioSort.git
synced 2026-07-23 18:28:46 +10:00
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"outDir": "dist/main",
|
|
"rootDir": "src",
|
|
"types": ["node"],
|
|
"composite": true
|
|
},
|
|
"include": [
|
|
"src/main/**/*.ts",
|
|
"src/preload/**/*.ts",
|
|
"src/shared/**/*.ts"
|
|
]
|
|
}
|