eeg_nest/tsconfig.build.json
2023-05-05 19:18:32 -05:00

5 lines
97 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}