{ "$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" ] }