@leftfield-solutions/sharebase
Version:
Sharebase is a SharePoint Framework (SPFx) web part that provides a set of components to help you build SharePoint pages.
18 lines (17 loc) • 535 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "./dist/types", // optional: customize where declaration files are stored
"skipLibCheck": true, // optional: helps avoid errors from third-party type definitions
"moduleResolution": "node",
"strict": true,
"target": "es5",
"module": "esnext",
"jsx": "react",
"forceConsistentCasingInFileNames": true,
"noImplicitThis": false
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}