mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-26 05:05:46 -05:00
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"include": ["**/*.ts", "**/*.test.ts"],
|
|
"extends": "../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"module": "CommonJS"
|
|
}
|
|
}
|