mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 21:13:09 +00:00
16 lines
268 B
JSON
16 lines
268 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "Node16",
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"target": "es2022",
|
|
"moduleResolution": "node16"
|
|
},
|
|
"include": ["./src/**/*"],
|
|
"ts-node": {
|
|
"esm": true
|
|
}
|
|
}
|