mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 18:57:38 +00:00
22 lines
387 B
JSON
22 lines
387 B
JSON
{
|
|
"extends": "@internal/ts-config/tsconfig.base.json",
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"sourceMap": true
|
|
}
|
|
},
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "output",
|
|
"target": "ES2015",
|
|
"module": "CommonJS",
|
|
"declaration": true,
|
|
"sourceMap": false
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|