mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
15 lines
339 B
JSON
15 lines
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"moduleResolution": "node10",
|
|
"jsx": "react",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx", "test"]
|
|
}
|