070df27e4d
--------- Signed-off-by: Mark Tolmacs <mark@lazycat.hu> Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
10 lines
230 B
JSON
10 lines
230 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types",
|
|
"rootDir": "../"
|
|
},
|
|
"include": ["src/**/*", "global.d.ts"],
|
|
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
|
|
}
|