Init config environment test

This commit is contained in:
2023-11-19 21:21:10 +07:00
parent ce81f7c7f3
commit 8377a7d5b0
6 changed files with 2625 additions and 13 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"types": ["node", "jest", "@testing-library/jest-dom"],
"esModuleInterop": true,
/* Bundler mode */
"moduleResolution": "bundler",
@@ -33,6 +35,6 @@
"@page/*": ["./src/pages/*"]
}
},
"include": ["src"],
"include": ["src", "test"],
"references": [{ "path": "./tsconfig.node.json" }]
}