react-quizz-spanish
Version:
Quizz en react, traducido al español, autor original: hugobarragon
31 lines (30 loc) • 650 B
JSON
{
"compilerOptions": {
"resolveJsonModule": true,
"target": "ES5",
"module": "esnext",
"jsx": "react",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "lib",
"strict": true,
"esModuleInterop": true,
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"isolatedModules": true,
"noEmit": true
},
"include": [
"src"
],
"exclude": ["src/index.tsx"]
}