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

12 lines
208 B
JSON
Raw Normal View History

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