Skip to content

Commit

Permalink
ow
Browse files Browse the repository at this point in the history
  • Loading branch information
libkakashi committed Mar 30, 2024
1 parent 927a59b commit ab15b52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "dist",
Expand All @@ -10,7 +11,9 @@
"noUnusedLocals": true,
"noImplicitAny": true,
"allowJs": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"declaration": true,
"sourceMap": true
},
"include": ["./src/**/*.ts", "./test/**/*.ts"]
}

0 comments on commit ab15b52

Please sign in to comment.