diff --git a/tsconfig.json b/tsconfig.json index 564ec3145..1b94f9f57 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "skipLibCheck": true, "sourceMap": true, "strictNullChecks": true, - "allowImportingTsExtensions": true, + "allowImportingTsExtensions": true }, "include": ["src", "types/pug.d.ts"], "exclude": ["node_modules", "build", "static"]