diff --git a/tsconfig.json b/tsconfig.json index b473a0f..8b88afd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,13 +11,12 @@ /* Linting */ "compilerOptions": { "sourceMap": true, - "declaration": false, "emitDecoratorMetadata": true, "resolveJsonModule": true, "skipLibCheck": true, - "emitDeclarationOnly": true, "allowImportingTsExtensions": true, "allowSyntheticDefaultImports": true, + "noEmit": true, "jsx": "preserve", "experimentalDecorators": true, "target": "ES2020",