woocommerce/packages/js/api/tsconfig.json

15 lines
270 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
2023-08-08 04:35:31 +00:00
"types": [ "node", "jest", "create-hmac" ],
"rootDir": "src",
"outDir": "dist",
"target": "es5",
2023-08-08 04:35:31 +00:00
"typeRoots": [ "./node_modules/@types" ]
},
"include": [
"typings/**/*",
"src/**/*",
]
}