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