mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-30 12:54:31 +01:00
tsconfig for building main without webpack
This commit is contained in:
parent
268ec9960e
commit
95e6d0b92d
24
tsconfig.main.json
Normal file
24
tsconfig.main.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"noImplicitAny": true,
|
||||||
|
//"module": "es6",
|
||||||
|
//"target": "ES2016",
|
||||||
|
"allowJs": true,
|
||||||
|
"sourceMap": false,
|
||||||
|
"types": [],
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"jslib/*": [ "node_modules/@bitwarden/jslib/src/*" ]
|
||||||
|
},
|
||||||
|
"outDir": "build"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"src/main.ts"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"node_modules",
|
||||||
|
"dist",
|
||||||
|
"build"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user