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