We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a840775 commit 489824aCopy full SHA for 489824a
.gitignore
@@ -17,8 +17,6 @@ config.*.json
17
data/
18
yarn.lock
19
pnpm-lock.yaml
20
-tsconfig.json
21
-tsconfig.*.json
22
23
.yarn/cache
24
.yarn/build-state.yml
tsconfig.json
@@ -0,0 +1,5 @@
1
+{
2
+ "compilerOptions": {
3
+ "experimentalDecorators": true
4
+ }
5
+}
0 commit comments