jw-react-npm-boilerplate-v2
Version:
React Boilerplate Component for npm
20 lines • 512 B
JSON
{
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"esModuleInterop": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
},
"files":[
"global.d.ts"
],
"include": ["src/**/*"]
}