@accounter/server
Version:
Accounter GraphQL server
27 lines (25 loc) • 816 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "..",
"noUnusedLocals": false,
"paths": {
"@accounter/green-invoice-graphql": ["../green-invoice-graphql/src/index.js"],
"@accounter/pcn874-generator": ["../pcn874-generator/src/index.js"],
"@accounter/shaam6111-generator": ["../shaam6111-generator/src/index.js"],
"@accounter/shaam-uniform-format-generator": [
"../shaam-uniform-format-generator/src/index.js"
],
"graphql-modules": ["../../node_modules/graphql-modules/index"]
}
},
"include": [
"src",
"../green-invoice-graphql/src",
"../pcn874-generator/src",
"../shaam6111-generator/src",
"../shaam-uniform-format-generator/src"
],
"exclude": ["**/__generated__", "**/dist/**"]
}