diff --git a/tsconfig.json b/tsconfig.json index 47dee24..8d9f4d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,13 +1,13 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { + "composite": true, "noEmit": true, "strict": true, "module": "nodenext", "esModuleInterop": true, "target": "es2021", "jsx": "react-jsx", - "declaration": true, "sourceMap": true, "newLine": "lf", "verbatimModuleSyntax": true,