chore: more readable snapshots

This commit is contained in:
2024-03-24 18:04:47 +01:00
parent 4cb8daf908
commit 93f99c732f
37 changed files with 1258 additions and 1096 deletions

View File

@@ -11,12 +11,12 @@
"sourceMap": true,
"strict": true,
"target": "ESNext",
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowJs": true,
"allowImportingTsExtensions": true
},
"exclude": ["dist", "node_modules", "test/types"],
"exclude": ["dist", "node_modules", "test/types","test/**/fixtures/*"],
"include": ["src/**/*", "types/**/*"],
"ts-node": {
"esm": true // from the top of https://typestrong.org/ts-node/docs/imports/