mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
423611b001
- Adds initial infra for running front-end tests (`jest`, `ts-jest`, `jest.config.js`, etc) - Adds codecov integration front-end code
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"downlevelIteration": true,
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|