mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
}
|