feat: add desktop repo (#1071)
This commit is contained in:
21
packages/desktop/tsconfig.json
Normal file
21
packages/desktop/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"moduleResolution": "node",
|
||||
"types": ["node"],
|
||||
"allowJs": true,
|
||||
"noEmit": false,
|
||||
"sourceMap": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"typeRoots": ["./app/@types", "./node_modules/@types"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@web/*": ["../web/src/javascripts/*"]
|
||||
}
|
||||
},
|
||||
"include": ["app/**/*"],
|
||||
"exclude": ["node_modules", "app/dist"],
|
||||
"files": ["app/index.ts", "app/javascripts/Renderer/Renderer.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user