15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"lib": ["ES2022"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true,
|
|
"noImplicitReturns": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
}
|
|
}
|