Organize new setup
This commit is contained in:
parent
3682a7a763
commit
16660823ea
11 changed files with 165 additions and 142 deletions
|
@ -26,11 +26,25 @@
|
|||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"baseUrl": "./src",
|
||||
"paths": {},
|
||||
"paths": {
|
||||
"#core/*": [
|
||||
"./core/*.ts"
|
||||
],
|
||||
"#util": [
|
||||
"./util.ts"
|
||||
],
|
||||
"#types": [
|
||||
"./types.ts"
|
||||
],
|
||||
"#errors": [
|
||||
"./errors.ts"
|
||||
]
|
||||
},
|
||||
"outDir": "./dist",
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
"src/preload/http-plugin.js",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue