We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ava
package.json
1 parent 1dbebad commit c183dcaCopy full SHA for c183dca
ava.config.mjs
@@ -0,0 +1,8 @@
1
+export default {
2
+ typescript: {
3
+ rewritePaths: {
4
+ "src/": "build/",
5
+ },
6
+ compile: false,
7
8
+};
eslint.config.mjs
@@ -19,6 +19,7 @@ export default [
19
"src/testdata/**/*",
20
"tests/**/*",
21
"build.mjs",
22
+ "ava.config.mjs",
23
"eslint.config.mjs",
24
".github/**/*",
25
"pr-checks/**/*",
package.json
@@ -14,14 +14,6 @@
14
"test-debug": "npm run test -- --timeout=20m",
15
"transpile": "tsc --build --verbose"
16
},
17
- "ava": {
18
- "typescript": {
- "rewritePaths": {
- "src/": "build/"
- },
- "compile": false
- }
"license": "MIT",
26
"dependencies": {
27
"@actions/artifact": "^5.0.3",
0 commit comments