UNPKG

huncwot

Version:

A Programming Environment for TypeScript apps built on top of VS Code

29 lines (28 loc) 521 B
{ "compilerOptions": { "target": "ESNext", "module": "commonjs", "lib": [ "ESNext" ], "allowJs": false, "outDir": "../../dist", "rootDir": "../../", "strict": true, "moduleResolution": "node", "baseUrl": "../..", "paths": { "*": [ "features/*" ] }, "esModuleInterop": true, "experimentalDecorators": true, "skipLibCheck": true, "sourceMap": true }, "include": [ "*.ts", "../../features/**/Controller/**/**.ts", ] }