libreoffice-online/loleaflet/tsconfig.json
Gökay Şatır 1d64c7e30f CanvasSectionContainer: Add parent section and onInitialize features.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: I100379b7287740aa7260f6a437b4e0862c7c339f
2021-01-06 20:43:54 +03:00

17 lines
No EOL
365 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"target": "es5",
"module": "none",
"lib": ["dom", "es2016"],
"sourceMap": false,
"moduleResolution": "classic",
"noImplicitAny": true,
"removeComments": false,
"preserveConstEnums": false,
"watch": false
},
"exclude": [
"node_modules"
]
}