Skip to content

Commit

Permalink
Added tsconfig.json extending tsconfigBase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Apr 30, 2020
1 parent 5f34e2b commit 2334d13
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,7 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"baseUrl": ".",
"outDir": "dist/typescript",
"declaration": true,
"emitDeclarationOnly": true,
"paths": {
"lib/*": [
"src/lib/*"
],
"src/*": [
"src/*"
],
"root/*": [
"./*"
]
}
},
"extends": "./tsconfigBase.json",
"include": [
"src/**/*.js"
"src/**/*.js",
"src/**/*.ts",
],
"exclude": [
"node_modules",
"dist"
],
"typeAcquisition": {
"enable": true
}
}

0 comments on commit 2334d13

Please sign in to comment.