mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"files": ["src/main.ts", "src/polyfills.ts"],
|
|
"include": ["src/**/*.d.ts"],
|
|
"exclude": ["**/*.stories.*"]
|
|
}
|