x/abc/tsconfig.json
1234567891011{ "compilerOptions": { "allowJs": true, "module": "esnext", "resolveJsonModule": true, "target": "esnext", "experimentalDecorators": true, "emitDecoratorMetadata": true }}