react-timekeeper
Version:
Time picker based on the style of the Google Keep app
44 lines • 833 B
JSON
{
"awesomeTypescriptLoaderOptions": {
"useCache": true,
"errorsAsWarnings": true
},
"compilerOptions": {
"noUnusedLocals": true,
"noUnusedParameters": true,
"target": "esnext",
"allowJs": true,
"skipLibCheck": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
// "isolatedModules": true,
// "noEmit": true,
"jsx": "react-jsx",
"experimentalDecorators": true,
"lib": [
"es2018",
"dom"
],
"baseUrl": ".",
"paths": {
// also see webpack config resolve.alias
"@tk": [
"src/"
]
},
},
"exclude": [
"node_modules",
"**/node_modules/*",
"**/staticresources/*",
"docs/build",
"bin/",
"lib",
"**/z_*"
],
}