freeCodeCamp/shared/tsconfig.json

9 lines
157 B
JSON

{
"include": ["**/*.ts", "**/*.test.ts"],
"extends": "../tsconfig-base.json",
"compilerOptions": {
"noEmit": false,
"module": "CommonJS"
}
}