Skip to content

Commit 4de2e89

Browse files
committed
feat: feature flags for export
1 parent 6fbe1e9 commit 4de2e89

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ts/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"strict": true,
99
"skipLibCheck": true,
1010
"rootDir": "src",
11-
"baseUrl": "src/"
11+
"baseUrl": "src/",
12+
"experimentalDecorators": true,
13+
"emitDecoratorMetadata": true,
1214
},
1315
"exclude": [
1416
"node_modules",

0 commit comments

Comments
 (0)