aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/tsconfig.json')
-rw-r--r--packages/renderer/tsconfig.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/renderer/tsconfig.json b/packages/renderer/tsconfig.json
index 998ed07..8746462 100644
--- a/packages/renderer/tsconfig.json
+++ b/packages/renderer/tsconfig.json
@@ -1,11 +1,8 @@
1{ 1{
2 "extends": "../../tsconfig.json", 2 "extends": "../../tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "composite": true, 4 "noEmit": true,
5 "declarationDir": "dist-types",
6 "emitDeclarationOnly": true,
7 "jsx": "react", 5 "jsx": "react",
8 "rootDir": "src",
9 "lib": [ 6 "lib": [
10 "dom", 7 "dom",
11 "dom.iterable", 8 "dom.iterable",