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