11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/*.test.ts", "dist"],
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"lib": ["dom", "esnext"],
|
|
"module": "esnext",
|
|
"outDir": "./dist/types"
|
|
}
|
|
}
|