mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
delete tsconfig for main
This commit is contained in:
parent
cd3546513a
commit
ccfc7b3eb1
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"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