mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-21 22:33:08 +00:00
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"removeComments": true,
|
|
"outDir": "dist",
|
|
"types": [
|
|
"chai",
|
|
"mocha"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.spec.ts"
|
|
]
|
|
} |