11 lines
253 B
JSON
11 lines
253 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"declarationMap": true,
|
|
"allowImportingTsExtensions": false
|
|
},
|
|
"include": ["src"]
|
|
}
|