9 lines
184 B
JSON
9 lines
184 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist-types",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src/**/*.js", "types"],
|
|
"exclude": ["dist-types"]
|
|
}
|