Skip to content

Commit

Permalink
chore: Disallow using JS files, completing the transition to TypeScri…
Browse files Browse the repository at this point in the history
…pt. (#37)
  • Loading branch information
jswalden committed Apr 2, 2024
1 parent 9a4fba6 commit f49dadb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"include": ["src/**/*.js", "src/**/*.ts"],
"exclude": ["node_modules/**", "src/**/*spec.ts", "src/**/__tests__/*", "src/**/__mocks__/*"],
"compilerOptions": {
"allowJs": true,
"outDir": "./dist",
"baseUrl": "./",
"paths": {
Expand Down

0 comments on commit f49dadb

Please # to comment.