Files
start-os/sdk/tsconfig.json
2024-03-20 13:32:57 -06:00

9 lines
141 B
JSON

{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/mjs",
"target": "esnext"
}
}