superset/superset-frontend/cypress-base/tsconfig.json

14 lines
319 B
JSON
Raw Normal View History

{
"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"]
}