mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "./tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"outDir": "dist/mjs",
|
|
"target": "esnext"
|
|
}
|
|
}
|