Raxen/scripts/tsconfig.json

8 lines
103 B
JSON
Raw Permalink Normal View History

2023-04-25 17:49:51 +00:00
{
"compilerOptions": {
"module": "CommonJS"
},
"files": [
"main.ts"
]
}