allow always using 'src/constants' (a kind of absolute path)

This commit is contained in:
C. Fuhrman 2025-01-10 15:44:22 -05:00
parent 535e726e6e
commit 3faed3625e

View file

@ -1,5 +1,9 @@
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"src/*": ["src/*"]
},
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],