@operato/scene-grist 1.2.62 → 1.2.71

Sign up to get free protection for your applications and to get access to all the features.
package/tsconfig.json CHANGED
@@ -15,9 +15,7 @@
15
15
  "inlineSources": true,
16
16
  "rootDir": "src",
17
17
  "declaration": true,
18
- "incremental": true,
19
- "typeRoots": ["./node_modules"],
20
- "types": []
18
+ "incremental": true
21
19
  },
22
20
  "include": ["**/*.ts", "*.d.ts", "**/data-grist.d.ts"]
23
21
  }