This website requires JavaScript.
Explore
Help
Sign In
Apache
/
druid
mirror of
https://github.com/apache/druid.git
Watch
1
Star
0
Fork
You've already forked druid
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ba76264244
druid
/
web-console
/
tsconfig.test.json
8 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Web console: update dev dependencies (#11119) * Update some dev dependencies, prettify, tslint-fix * Sort tsconfig keys for easy comparison * Set noImplicitThis * Slightly more accurate types * Bump Jest and related * Bump react to latest on v16 * Bump node-sass, sass-loader for node14 support * Remove node-sass-chokidar (unused) * More unused dependencies * Fix blueprint imports * Webpack 5 * Update webpack config for 'process' usage * Update playwright-chromium * Emit esnext modules for tree shaking * Enable source maps in development * Dedupe * Bump babel and things * npm audit fix * Add .editorconfig file to match prettier settings * Update licenses (tslib is 0BSD as of 1.11.2) https://github.com/microsoft/tslib/pull/96 * Require node >= 10 * Use Node 10 to run e2e tests * Use 'ws' transport mode for dev server (will be default in next version) * Remove an 'any' * No sourcemaps in prod * Exclude .editorconfig from license checks * Try nvm for setting node version
2021-04-16 23:15:19 -04:00
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
Web console: bump dependencies including d3 and typescript (#17381) * bump deps including d3 * better clean script
2024-10-21 14:38:19 -04:00
"allowJs"
:
true
,
Web console: update dev dependencies (#11119) * Update some dev dependencies, prettify, tslint-fix * Sort tsconfig keys for easy comparison * Set noImplicitThis * Slightly more accurate types * Bump Jest and related * Bump react to latest on v16 * Bump node-sass, sass-loader for node14 support * Remove node-sass-chokidar (unused) * More unused dependencies * Fix blueprint imports * Webpack 5 * Update webpack config for 'process' usage * Update playwright-chromium * Emit esnext modules for tree shaking * Enable source maps in development * Dedupe * Bump babel and things * npm audit fix * Add .editorconfig file to match prettier settings * Update licenses (tslib is 0BSD as of 1.11.2) https://github.com/microsoft/tslib/pull/96 * Require node >= 10 * Use Node 10 to run e2e tests * Use 'ws' transport mode for dev server (will be default in next version) * Remove an 'any' * No sourcemaps in prod * Exclude .editorconfig from license checks * Try nvm for setting node version
2021-04-16 23:15:19 -04:00
"module"
:
"commonjs"
}
}