| 123456789101112131415161718192021 |
- {
- "compilerOptions": {
- "module": "NodeNext",
- "sourceMap": true,
- "jsx": "react-jsx",
- "paths": {
- "@plugins/*": [
- "./fixtures-path-alias/*"
- ],
- "@other/ts-aliased": [
- "./fixtures-path-alias/ts-aliased/index.ts"
- ],
- "@other/js-aliased": [
- "./fixtures-path-alias/js-aliased/index.js"
- ]
- }
- },
- "exclude": [
- "node_modules"
- ]
- }
|