mirror of
https://github.com/apache/druid.git
synced 2025-02-09 19:44:57 +00:00
8 lines
109 B
JSON
8 lines
109 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "commonjs"
|
|
}
|
|
}
|