12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src"]
|
|
}
|