woocommerce/tools/release-posts/tsconfig.json

11 lines
155 B
JSON
Raw Normal View History

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