| 12345678910111213141516 |
- {
- "extends": "../../tsconfig.base.json",
- "compilerOptions": {
- "module": "esnext",
- "jsx": "react",
- "noFallthroughCasesInSwitch": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "strict": true,
- "baseUrl": ".",
- "paths": {
- "~/*": ["./src/*"],
- "@growi/*": ["../*/src"]
- }
- }
- }
|