This commit is contained in:
yoannchb-pro
2025-01-14 12:23:13 -05:00
parent ea57a315b7
commit 16a82fe3d8
50 changed files with 404 additions and 243 deletions
+2 -8
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"baseUrl": "src",
"module": "CommonJS",
"module": "ESNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "ES6",
@@ -13,13 +13,7 @@
"resolveJsonModule": true,
"types": ["node", "chrome"],
"typeRoots": ["node_modules/@types"],
"strictBindCallApply": true,
"paths": {
"@typing/*": ["types/*"],
"@utils/*": ["utils/*"],
"@core/*": ["core/*"],
"@questions/*": ["core/question/*"]
}
"strictBindCallApply": true
},
"include": ["src/**/*"]
}