mirror of
https://github.com/jcreek/BankStatementAnalyser.git
synced 2026-07-12 18:43:49 +00:00
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src/**/*", "src/custom.d.ts", "src/audio.d.ts"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
}
|