mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-12 10:14:10 +01:00
13 lines
191 B
JSON
13 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "ES2016",
|
|
"declaration": true,
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|