Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Nov 18, 2020
1 parent cd0db16 commit cbebd80
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,12 @@
{
"extends": "@9renpoto/tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"incremental": true,
"module": "commonjs",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveSymlinks": true,
"removeComments": true,
"sourceMap": true,
"strict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "esnext"
}
}

0 comments on commit cbebd80

Please sign in to comment.