unchainedshop-bobzero-plugin
Version:
Plugin for unchained engine to support payments with the bob zero ecommerce product of bob Finance AG.
25 lines (24 loc) • 645 B
JSON
{
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"lib": ["esnext"],
"module": "Node16",
"moduleResolution": "Node16",
"noImplicitReturns": true,
"noUnusedLocals": false,
"preserveWatchOutput": true,
"skipLibCheck": true,
"sourceMap": true,
"target": "ES2022",
"typeRoots": ["node_modules/@types"]
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["test", "lib", "node_modules"]
}