24 lines
480 B
JSON
24 lines
480 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "NodeNext",
|
||
|
|
"moduleResolution": "NodeNext",
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@peya-explorer/shared": [
|
||
|
|
"packages/shared/src/index.ts"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"lib": [
|
||
|
|
"es2022",
|
||
|
|
"dom"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|