Skip to content

Commit 00ba8e2

Browse files
committed
fix tsconfig.json
Signed-off-by: Asitha de Silva <[email protected]>
1 parent 1247aa9 commit 00ba8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"forceConsistentCasingInFileNames": true,
1111
"rootDir": "./src",
1212
"experimentalDecorators": true,
13-
"emitDecoratorMetadata": false, },
13+
"emitDecoratorMetadata": false
14+
},
1415
"include": ["src/**/*"],
1516
"exclude": ["node_modules", "dist"]
1617
}

0 commit comments

Comments
 (0)