mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 10:57:52 +00:00
11 lines
255 B
JSON
11 lines
255 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"],
|
|
"noEmit": false
|
|
},
|
|
"include": ["../node_modules/cypress", "**/*.ts", "support/index.js"]
|
|
}
|