mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 00:24:44 +03:00
13 lines
252 B
JSON
13 lines
252 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react",
|
||
|
"target": "es2017",
|
||
|
"module": "commonjs",
|
||
|
"resolveJsonModule": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|