11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"declarationDir": "./build/types",
|
|
"removeComments": false,
|
|
"outDir": "./build/es5/mod"
|
|
}
|
|
} |