mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-15 12:50:48 +02:00
* init typescript support * chore: update dependencies @popperjs/core ^2.11.2 → ^2.11.4 @testing-library/jest-dom ^5.16.1 → ^5.16.2 @testing-library/react ^12.1.2 → ^12.1.4 http-proxy-middleware ^2.0.1 → ^2.0.4 i18next ^21.6.12 → ^21.6.14 lint-staged ^12.3.1 → ^12.3.6 prettier ^2.5.1 → ^2.6.0 react-bootstrap ^2.1.1 → ^2.2.1 react-i18next ^11.15.5 → ^11.15.7 react-router-bootstrap ^0.26.0 → ^0.26.1 react-router-dom ^6.2.1 → ^6.2.2
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|