mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-18 13:09:10 +02:00
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"allowJs": true
|
|
}
|
|
}
|