chore: fix transformer path

This commit is contained in:
Martin Guillon
2020-09-07 15:18:53 +02:00
parent 6c2cfa101b
commit c09c091345

View File

@ -17,7 +17,7 @@
"rootDir": "./",
"types": ["node"],
"plugins": [
{ "transform": "../../../packages/webpack/transformers/ns-transform-native-classes.ts", "type": "raw" }
{ "transform": "../webpack/transformers/ns-transform-native-classes.ts", "type": "raw" }
]
},
"exclude": ["**/*.spec.ts", "dist", "__tests__"],