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

8 lines
106 B
JSON

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