freeCodeCamp/tools/ui-components/tsconfig.json

15 lines
306 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "ES6",
"target": "ES6",
"sourceMap": true,
"jsx": "react",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "node",
"strict": true,
"noEmit": true,
"typeRoots": ["../../node_modules/@types"]
}
}