mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Claude <claude@anthropic.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|