Prettier had some missing extensions in the config, this commit added them, we then prettified the whole project. We ignore the `cunningham-tokens` files.
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"extends": "@openfun/typescript-configs/react.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"references": [{ "path": "./tsconfig.node.json" }]
|
|
}
|