mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 13:09:23 -06:00
22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"removeComments": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"skipLibCheck": true
|
|
}
|
|
} |