mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
* build: inline cached-dependencies to unblock CI * Run E2E on pull_request on;y * Inline all external actions * Checkout needed for internal actions Also fixes pre-commit * Add missing files
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "../build",
|
|
"noEmit": true,
|
|
"rootDir": "../"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|