@shopify/polaris
Version:
Shopify’s admin product component library
22 lines (21 loc) • 435 B
JSON
{
"extends": "@shopify/typescript-configs/library",
"compilerOptions": {
"composite": true,
"emitDeclarationOnly": true,
"importsNotUsedAsValues": "error",
"outDir": "build/ts/latest",
"rootDir": "./",
"strictFunctionTypes": false,
"paths": {
"tests/*": ["./tests/*"]
}
},
"include": [
"./src",
"./src/**/*.json",
"./locales/**/*.json",
"./tests",
"./playground"
]
}