@churchapps/helpers
Version:
Library of helper functions not specific to any one ChurchApps project or framework.
37 lines (36 loc) • 857 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"typeRoots": [
"./types",
"node_modules/@types"
],
"lib": [
"dom",
"dom.iterable",
"ES2022"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"sourceMap": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
"declarationMap": true,
"noImplicitReturns": true,
"pretty": true,
"paths": {},
"outDir": "dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}