15 lines
297 B
JSON
15 lines
297 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": false,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"declaration": true,
|
||
|
"outDir": "dist/types",
|
||
|
"rootDir": "src"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"src/sdk/paths/*"
|
||
|
],
|
||
|
"include": ["src/**/*"],
|
||
|
}
|