Pushed by Git push app from Switch

This commit is contained in:
2025-09-05 14:49:14 +00:00
parent f89d6902d8
commit a261e9d38e

12
doc/test/tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target" : "ES2017",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true
},
"files": [
"main.ts"
]
}