Skip to content

Commit

Permalink
2026: emit files into separate folder in root
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsporck committed Nov 6, 2023
1 parent de4bded commit a705b96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
4 changes: 0 additions & 4 deletions jest.config.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions jest.config.js

This file was deleted.

4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"composite": true,
"allowJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ES5", "ES6"],
Expand All @@ -12,7 +13,8 @@
"strict": true,
"target": "ESNext",
"skipLibCheck": true,
"useDefineForClassFields": false
"useDefineForClassFields": false,
"outDir": "dist"
},
"include": ["jest.config.ts", ".prettierrc.js", ".eslintrc.js", ".eslintrc_changed.js"],
"references": [
Expand Down

0 comments on commit a705b96

Please sign in to comment.