forked from mystiq/hydrogen-web
14 lines
297 B
JSON
14 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/**/*"],
|
|
}
|