datahub/examples/ckan/cypress/tsconfig.json
2022-01-12 11:22:16 +00:00

13 lines
192 B
JSON

{
"compilerOptions": {
"strict": true,
"baseUrl": "../node_modules",
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": [
"**/*.ts"
]
}