mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
- feat: metable store - feat: metable store with settings store. - feat: settings middleware to auto-save and load. - feat: DI db manager to master container. - feat: write some logs to sale invoices.
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"include": ["./src/**/*"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@": ["src/"],
|
|
"~": ["tests/"]
|
|
}
|
|
}
|
|
} |