grafana/packages/grafana-flamegraph/tsconfig.build.json

10 lines
178 B
JSON
Raw Normal View History

2023-09-12 05:28:48 -05:00
{
"compilerOptions": {
"paths": {
"@emotion/core": ["./src/types/emotion-core-stub.d.ts"]
}
},
"exclude": ["**/*.test.ts*"],
"extends": "./tsconfig.json"
}