mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +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