7 lines
171 B
JSON
7 lines
171 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": { "rootDir": "src", "outDir": "dist", "declaration": true },
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["tests"]
|
|
}
|