PromucFlow_constructor/app/client/packages/wds/tsconfig.json

15 lines
198 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"include": [
"./src/**/*",
],
"ts-node": {
"compilerOptions": {
"module": "commonjs",
"types": [
"node",
],
}
}
}