Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
cf committed Oct 14, 2023
1 parent d4393cb commit 5d01b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"forceConsistentCasingInFileNames": true,
"types": ["vite/client", "node"]
},
"include": ["src"],
"include": ["src/index.ts", "src/goldilocks-12/index.ts"],
"files": ["src/index.ts", "src/goldilocks-12/index.ts"],
"exclude": ["**/*.test.ts", "node_modules", "test/**", ".history/**"]
}

0 comments on commit 5d01b9d

Please sign in to comment.