Skip to content

Commit 489824a

Browse files
committed
add tsconfig
1 parent a840775 commit 489824a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ config.*.json
1717
data/
1818
yarn.lock
1919
pnpm-lock.yaml
20-
tsconfig.json
21-
tsconfig.*.json
2220

2321
.yarn/cache
2422
.yarn/build-state.yml

tsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"experimentalDecorators": true
4+
}
5+
}

0 commit comments

Comments
 (0)