13 lines
235 B
JSON
13 lines
235 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"declarationMap": true
|
|
},
|
|
"include": ["src"]
|
|
}
|