mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "../../tsconfig-base.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"moduleResolution": "node16"
|
|
}
|
|
}
|