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