18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"lib": [
|
|
"ES2022"
|
|
],
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
],
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
}
|