jsketcher/test/cypress/tsconfig.json
2020-05-30 19:30:05 -07:00

12 lines
No EOL
191 B
JSON

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