mirror of
https://github.com/VisActor/VChart
synced 2024-11-22 17:26:19 +00:00
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"extends": "@internal/ts-config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "output"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|