1
0
mirror of synced 2025-11-06 04:21:02 +08:00

feat: 新增tmagic-form-runtime

This commit is contained in:
roymondchen
2024-01-09 14:58:13 +08:00
parent a10ae0ddd1
commit f8443ed316
24 changed files with 694 additions and 147 deletions

View File

@@ -0,0 +1,13 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"declarationDir": "types",
"forceConsistentCasingInFileNames": true,
"paths": {},
},
"include": [
"src"
],
}