Files
optolith-client/tsconfig.webpack.json
T
Lukas Obermann 2a4a2bcf8f build: Fixed tsconfig for webpack
Webpack requires an outut from the compiler.
2020-11-05 15:28:21 +01:00

7 lines
83 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false
}
}