freeCodeCamp/config/tsconfig.json

9 lines
141 B
JSON

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