Skip to content

Commit

Permalink
fix: move to maestro tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeents committed Jan 10, 2023
1 parent a7e8736 commit 4c8decf
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
{
"extends": "./node_modules/@dmeents/maestro/.dist/tsconfig/main.json",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"declaration": true,
"declarationMap": true,
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"isolatedModules": true,
"lib": [
"esnext"
],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
"outDir": ".dist",
"removeComments": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext"
"outDir": ".dist"
},
"include": [
"./src/**/*"
Expand Down

0 comments on commit 4c8decf

Please sign in to comment.