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