mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
31 lines
789 B
JSON
31 lines
789 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ESNext"],
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"outDir": "dist",
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"sourceMap": false,
|
|
"declaration": true,
|
|
"incremental": true,
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"stripInternal": true,
|
|
"noUnusedLocals": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"noUnusedParameters": true,
|
|
"allowUnusedLabels": false,
|
|
"noImplicitReturns": false,
|
|
"noImplicitOverride": true,
|
|
"emitDeclarationOnly": true,
|
|
"verbatimModuleSyntax": true,
|
|
"moduleResolution": "bundler",
|
|
"allowUnreachableCode": false,
|
|
"allowImportingTsExtensions": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|