mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
10 lines
315 B
JSON
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"
|
|
}
|
|
}
|