woocommerce/tools/monorepo-merge/tsconfig.json

18 lines
283 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"declaration": true,
"importHelpers": true,
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"target": "es2019",
"typeRoots": [
"./node_modules/@types"
],
"skipLibCheck": true
},
"include": [
"src/**/*"
]
}