Files
OverlayScrollbars/local/tsconfig/tsconfig.json
T
2022-10-14 13:37:17 +02:00

16 lines
344 B
JSON

{
"compilerOptions": {
"strict": true,
"allowJs": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"sourceMap": true,
"declaration": true,
"suppressImplicitAnyIndexErrors": true,
"module": "ESNext",
"moduleResolution": "node",
"removeComments": false
}
}