blob: 8ee4c8711e01219e9519d38869f9b5a099393f5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"target": "ES2020",
"module": "ES2020",
"outDir": "./dist",
"declarationDir": "./dist/types"
}
}
|