Skip to content

Commit

Permalink
add tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Dec 2, 2021
1 parent bd513f0 commit 760c6cc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions superset-frontend/plugins/legacy-preset-chart-deckgl/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"compilerOptions": {
"declarationDir": "lib",
"outDir": "lib",
"rootDir": "src"
},
"exclude": [
"lib",
"test"
],
"extends": "../../tsconfig.json",
"include": [
"src/**/*",
"types/**/*",
"test/**/*",
"../../types/**/*"
],
"references": [
{
"path": "../../packages/superset-ui-chart-controls"
},
{
"path": "../../packages/superset-ui-core"
}
]
}

0 comments on commit 760c6cc

Please sign in to comment.