mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-03-21 17:44:49 -05:00
22 lines
394 B
JSON
22 lines
394 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": "src",
|
|
"outDir": "dist",
|
|
"allowJs": true,
|
|
"target": "es2022",
|
|
"noEmitOnError": true,
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"node_modules/@hcaptcha"
|
|
]
|
|
},
|
|
"include": ["src"]
|
|
} |