spiegel-keyman/common/web/web-environment/tsconfig.json
2022-05-16 08:29:46 +10:00

11 lines
No EOL
152 B
JSON

{
"extends": "../../../tsconfig-base.json",
"compilerOptions": {
"outFile": "./build/index.js"
},
"files": [
"environment.inc.ts",
]
}