overleaf/libraries/overleaf-editor-core/tsconfig.json

15 lines
312 B
JSON
Raw Normal View History

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": true,
"esModuleInterop": true,
"lib": ["es2018"],
"module": "commonjs",
"noEmit": true,
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["lib/**/*", "typings/**/*"]
}