mermaid/cypress/tsconfig.json
Ashley Engelund (weedySeaDragon @ github) 3eb2bb9c0b Merge develop into HEAD; install; lint:fix
2022-11-25 10:40:04 -08:00

9 lines
144 B
JSON

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