Files
ionic-framework/packages/react/test-app/cypress/tsconfig.json
2021-10-12 15:10:03 -06:00

9 lines
130 B
JSON

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