The DataGrid component can be considered as the core one, which provides a full controlled component, but more complicated than SimpleDataGrid which is based on DataGrid. SimpleDataGrid is intended to give a simple ready-to-use data grid for client side data for example.
12 lines
324 B
JSON
12 lines
324 B
JSON
{
|
|
"extends": "@openfun/typescript-configs/react.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": "./src",
|
|
"types": ["vitest/globals", "vite/client"]
|
|
},
|
|
"include": ["src", "cunningham.ts"],
|
|
"exclude": ["node_modules","dist", "**/tokens.ts"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|