woocommerce/tools/release-posts/tsconfig.json

8 lines
116 B
JSON
Raw Normal View History

{
"extends": "@tsconfig/node16/tsconfig.json",
"ts-node": {
"transpileOnly": true,
"files": true,
}
}