mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: Convert to a node style
This commit is contained in:
15
tsc-multi.json
Normal file
15
tsc-multi.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"targets": [
|
||||
{
|
||||
"extname": ".cjs",
|
||||
"module": "commonjs"
|
||||
},
|
||||
{
|
||||
"extname": ".mjs",
|
||||
"module": "esnext"
|
||||
}
|
||||
],
|
||||
"projects": [
|
||||
"./tsconfig.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user