Skip to content
Snippets Groups Projects
Commit ed209c4a authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll: Committed by Bartek Wrona
Browse files

Add base tsconfig

parent 25d6622d
No related branches found
No related tags found
1 merge request!72Support for common definition of pnpm config like also sharing helper scripts used while building NPM applications
Pipeline #115937 passed
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"incremental": false,
"target": "ES2020",
"lib": [
"DOM",
"ES2020"
],
"module": "ES2020",
"moduleResolution": "bundler",
"noEmit": false,
"declaration": true,
"declarationMap": false,
"sourceMap": false,
"noImplicitAny": false,
"noLib": false,
"allowUnreachableCode": false,
"allowSyntheticDefaultImports": true,
"allowUnusedLabels": false,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"noFallthroughCasesInSwitch": false,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": false,
"checkJs": false,
"strict": true,
"alwaysStrict": true,
"allowJs": false,
"esModuleInterop": true,
"noErrorTruncation": true,
},
"buildOptions": {
"force": true,
"verbose": true
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment