We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e8e81 commit c9b8380Copy full SHA for c9b8380
tsconfig.json
@@ -1,3 +1,5 @@
1
{
2
- "extends": "./tsconfig.jsonc"
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "extends": "./node_modules/@cubing/dev-config/ts/es2022-types/tsconfig.json",
4
+ "compilerOptions": {}
5
}
tsconfig.jsonc
0 commit comments