Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compilerOptions": {
- "target": "es2016",
- "module": "commonjs",
- "baseUrl": ".",
- "paths": {
- "@routes/*": ["src/routes/*"],
- "@libs/*": ["src/lib/*"],
- "@src/*": ["src/*"]
- },
- "outDir": "./dist/",
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "strict": true,
- "skipLibCheck": true
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement