mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat(desktop): add tsconfig for Electron TypeScript files
This commit is contained in:
parent
9ffce90b01
commit
37cedc2de6
1 changed files with 16 additions and 0 deletions
16
surfsense_desktop/tsconfig.json
Normal file
16
surfsense_desktop/tsconfig.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "commonjs",
|
||||
"lib": ["ES2022"],
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["node_modules", "dist", "scripts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue