Files
Open-Assistant/website/cypress/tsconfig.json
T

14 lines
267 B
JSON

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