mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
11 lines
174 B
JSON
11 lines
174 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "../",
|
|
"noEmit": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.*"]
|
|
}
|