Skip to content

Commit

Permalink
fix: import declaration files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Feb 27, 2021
1 parent e792463 commit e862a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"compilerOptions": {
"emitDeclarationOnly": false,
"isolatedModules": false,
"noImplicitAny": false,
"target": "ESNext",
"module": "ESNext",
"typeRoots": ["./types", "node_modules/@types"]
"typeRoots": ["./types", "node_modules/@types"],
"skipLibCheck": true,
},
}

0 comments on commit e862a5e

Please sign in to comment.