mirror of
https://github.com/PretendoNetwork/account.git
synced 2025-04-02 11:02:15 -04:00
22 lines
No EOL
394 B
JSON
22 lines
No EOL
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"]
|
|
} |