Advertisement
LukeSavefrogs

Untitled

Mar 19th, 2024
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.37 KB | None | 0 0
  1. {
  2.   "compilerOptions": {
  3.     "target": "es2016",
  4.     "module": "commonjs",
  5.     "baseUrl": ".",
  6.     "paths": {
  7.       "@routes/*": ["src/routes/*"],
  8.       "@libs/*": ["src/lib/*"],
  9.       "@src/*": ["src/*"]
  10.     },
  11.     "outDir": "./dist/",
  12.     "esModuleInterop": true,
  13.     "forceConsistentCasingInFileNames": true,
  14.     "strict": true,
  15.     "skipLibCheck": true
  16.   }
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement