grafana/packages/grafana-flamegraph/tsconfig.build.json
2023-09-12 12:28:48 +02:00

10 lines
178 B
JSON

{
"compilerOptions": {
"paths": {
"@emotion/core": ["./src/types/emotion-core-stub.d.ts"]
}
},
"exclude": ["**/*.test.ts*"],
"extends": "./tsconfig.json"
}