Skip to content

Commit 612d7fa

Browse files
add compile key to ava config
1 parent 6bf0838 commit 612d7fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@
5555
"typescript": {
5656
"rewritePaths": {
5757
"/": "dist/"
58-
}
58+
},
59+
"compile": false
5960
},
6061
"cache": false,
6162
"failFast": true,
6263
"failWithoutAssertions": true
6364
}
64-
}
65+
}

0 commit comments

Comments
 (0)