Ocelot-Social/server/tsconfig.json
2023-11-13 16:27:58 +01:00

10 lines
315 B
JSON

{
"extends": "../tsconfig.json",
// Make IDEs complain about missing file extension .js in import paths.
// Alternatively, we could always set "module" to "Node16" and add the file extension .js to import paths everywhere.
"compilerOptions": {
"module": "Node16",
"moduleResolution": "Node16"
}
}