-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
{
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"allowImportingTsExtensions": true,
"skipLibCheck": true,
"allowArbitraryExtensions": true,
"module": "ES2022",
"moduleResolution": "Bundler",
"noEmit": true,
"lib": ["ES2020", "DOM"],
"target": "ES2020",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["*.ts", "src/**/*.ts"]
}