mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@emotion/core": ["./src/types/emotion-core-stub.d.ts"]
|
|
}
|
|
},
|
|
"exclude": ["**/*.test.ts*"],
|
|
"extends": "./tsconfig.json"
|
|
}
|