Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
tsconfig fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel committed Feb 15, 2021
1 parent 3b83b0b commit cfb68f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": "@augu/tsconfig",
"compilerOptions": {
"declaration": true,
"moduleResolution": "node",
"rootDir": "./src",
"outDir": "./build",
"types": ["node"],
"lib": ["ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020", "ESNext"]
},
"exclude": ["node_modules"],
"include": ["src/**/*.ts", "src/**/*.d.ts"]
"include": ["src/**/*.ts"]
}

0 comments on commit cfb68f3

Please sign in to comment.