10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["src/index.ts", "src/utils.ts", "src/utils-studio.ts", "src/api.ts"]
|
|
}
|