9 lines
212 B
JSON
9 lines
212 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist-types",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src", "test", "test-node", "test-suites", "types"],
|
|
"exclude": ["dist-types"]
|
|
}
|