ft_transcendence/pong/node_modules/@nestjs/common/tsconfig.build.json
2023-05-02 19:15:50 +02:00

11 lines
210 B
JSON

{
"extends": "../tsconfig.build.json",
"compilerOptions": {
"outDir": ".",
"rootDir": ".",
"paths": {}
},
"exclude": ["node_modules", "dist", "test/**/*", "*.spec.ts"],
"references": []
}