12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"extends": "./config/tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.*"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"emitDeclarationOnly": false,
|
|
"removeComments": true,
|
|
"module": "CommonJS"
|
|
}
|
|
}
|