Skip to content
Snippets Groups Projects
Commit fa477f7b authored by jang.goon's avatar jang.goon
Browse files

Remove trailing comma in tsconfig.json

parent fa8279b6
No related branches found
No related tags found
1 merge request!12076Enable incremental typechecking for tsc
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"disableSizeLimit": true, "disableSizeLimit": true,
"strictBindCallApply": true, "strictBindCallApply": true,
"incremental": true, "incremental": true,
"tsBuildInfoFile": ".tsbuildinfo", "tsBuildInfoFile": ".tsbuildinfo"
}, },
"include": [ "include": [
"js/**/*.js", "js/**/*.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment