superset/superset-frontend/cypress-base/tsconfig.json
Elizabeth Thompson 43b92b220f
fix: dashboard edit/save errors (#10834)
* use conditional operator for lookup

* editing dashboard title should update after save

* uncomment test

* fix json metadata save

* json metadata color scheme should overwrite state

* test's functionality is no longer applicable

* add lastModifiedTime to DashboardInfo
2020-10-22 14:33:22 -07:00

14 lines
319 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"strict": true,
"target": "ES5",
"lib": ["ES5", "ES2015", "DOM"],
"types": ["cypress"],
"allowJs": true,
"noEmit": true,
},
"files": ["cypress/support/index.d.ts"],
"include": ["node_modules/cypress", "cypress/**/*.ts"]
}