All checks were successful
continuous-integration/drone/push Build is passing
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"declarationMap": true
|
|
},
|
|
"include": ["src"]
|
|
}
|