Typescript configuration: is module setting case sensitive?
问题 I've got a question coming from the following two tsconfig.json files, they're in the same project, one extends the other: Parent { "compilerOptions": { "experimentalDecorators": true, "skipLibCheck": true, "module": "ESNext" } // ... Child { "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./out-tsc/app", "module": "esNext", }, // ... } It's unclear: is the module param case sensitive? a setup like this, with a child config extending the parent, same module type, but with