Files
Open-Assistant/website/cypress/tsconfig.json
T
2023-01-06 01:07:27 -05:00

13 lines
246 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress", "node"],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "react-jsx"
},
"include": ["**/*.ts", "**/*.tsx"]
}