druid/web-console/tsconfig.test.json
Vadim Ogievetsky 6cf372a7f4
Web console: bump dependencies including d3 and typescript (#17381)
* bump deps including d3

* better clean script
2024-10-21 11:38:19 -07:00

8 lines
109 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
"module": "commonjs"
}
}