mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"jsx": "react",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"types": ["node"],
|
|
},
|
|
}
|