eeg_nest/tsconfig.build.json

9 lines
174 B
JSON
Raw Permalink Normal View History

2023-05-06 00:18:32 +00:00
{
"extends": "./tsconfig.json",
2023-05-23 20:55:52 +00:00
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"],
"compilerOptions": {
"declaration": false,
"sourceMap": false
}
2023-05-06 00:18:32 +00:00
}