| 12345678910111213141516171819 |
- {
- "$schema": "http://json.schemastore.org/tsconfig",
- "extends": "../../tsconfig.base.json",
- "compilerOptions": {
- "module": "CommonJS",
- "noResolve": false,
- "preserveConstEnums": true,
- "sourceMap": false,
- "noEmit": false,
- "paths": {
- "~/*": ["./src/*"],
- "^/*": ["./*"]
- }
- },
- "files": [
- "config/next-i18next.config.ts",
- "src/utils/next.config.utils.ts"
- ]
- }
|