12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": ["src/compose/index.ts", "src/compose/**/*"],
|
|
"exclude": ["node_modules", "dist", "test"]
|
|
}
|