12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
}
|
|
}
|