fix: publishing stuff
parent
d492bac155
commit
7d49248f7f
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"extends": "./tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"noEmit": false,
|
||||||
|
"declaration": true,
|
||||||
|
"declarationDir": "./dist",
|
||||||
|
"emitDeclarationOnly": true,
|
||||||
|
"rootDir": "./src"
|
||||||
|
},
|
||||||
|
"include": ["src/**/*"],
|
||||||
|
"exclude": ["src/**/*.test.*", "src/examples", "src/App.tsx", "src/main.tsx"]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue