chore: more readable snapshots
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user