UNPKG

@hel-demo/mono-libs

Version:
23 lines 387 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": "./src", "paths": { "@ml/*": [ "./*" ], }, "composite": false, "target": "es2017", "outDir": "hel_srv", "module": "Node16", "moduleResolution": "node16", "skipLibCheck": true, }, "include": [ "src/**/*" ], "files": [ "src/index.ts" ] }