ministream-frontend/tsconfig.json
Torjus Håkestad 8f9a8cd655
All checks were successful
Run tests / test (pull_request) Successful in 4m12s
Add some simple tests
2023-12-07 22:49:37 +01:00

16 lines
369 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react",
"module": "esnext",
"moduleResolution": "node",
"lib": ["dom", "esnext"],
"strict": true,
"sourceMap": true,
"target": "esnext",
"types": ["node", "jest", "@testing-library/jest-dom"]
},
"exclude": ["node_modules"],
"include": ["src/**/*.ts", "src/**/*.tsx"]
}