mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
571df2b321
Fix o-error package.json GitOrigin-RevId: 730d25a6c3e265021bb4f766f0bbb63dec544a0f
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
}
|