12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"extends": "./tsconfig.phase2-smoke.json",
|
|
"compilerOptions": {
|
|
"outDir": ".next/i18n-v2-phase1-smoke-dist"
|
|
},
|
|
"include": [
|
|
"scripts/i18n-v2-phase1-smoke.ts",
|
|
"lib/i18n/locale-resolution.ts"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|