diff options
| author | Max Isom <[email protected]> | 2022-03-13 17:40:33 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-03-13 17:40:33 -0400 |
| commit | 03d5cfffd1a9cd8a9977de0d24cce1be0cc73210 (patch) | |
| tree | 04b2cbee5b356ecfa094a19cf6f1f0359a0a1b98 /tsconfig.json | |
| parent | 417a5fb5542f92af2556916244c37ef49fd34e34 (diff) | |
| download | muse-03d5cfffd1a9cd8a9977de0d24cce1be0cc73210.tar.xz muse-03d5cfffd1a9cd8a9977de0d24cce1be0cc73210.zip | |
Add type check workflow
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2970aa3..b5326f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,14 +5,12 @@ "module": "ES2020", "moduleResolution": "node", "declaration": true, - "outDir": "dist", - "declarationDir": "dts", "strict": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true, "esModuleInterop": true, "sourceMap": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "noEmit": true }, "include": ["src"], "exclude": ["node_modules"] |
