contacts-pane
Version:
Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.
17 lines (16 loc) • 543 B
JSON
{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"strict": false,
"outDir": "lib",
"sourceMap": true,
"allowSyntheticDefaultImports" : true // https://github.com/inrupt/solid-client-authn-js/issues/3219
// "esModuleInterop": true // ,
// "skipLibCheck": true // otherwise it takes *.d.ts from node_modules see: https://stackoverflow.com/questions/51634361/how-to-force-tsc-to-ignore-node-modules-folder
},
"include": [
"./src/**/*"
],
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
}