mirror of
https://github.com/plausible/analytics.git
synced 2024-11-25 15:34:22 +03:00
15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|