Prepare ts runtime env

This commit is contained in:
Sakura Knoll
2022-01-06 13:06:13 +09:00 Unverified
parent a6553645e8
commit 7ad9a8c1e0
3 changed files with 104 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS"
}
}