jungle-organic
Version:
The organic programming framework
63 lines (62 loc) • 1.59 kB
JSON
{
"compilerOptions": {
"target": "es5",
"module": "amd",
"moduleResolution": "node",
"isolatedModules": false,
"jsx": "react",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declaration": true,
"noImplicitAny": false,
"noImplicitUseStrict": false,
"removeComments": true,
"noLib": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true,
"outFile": "../dist/jungle.js"
},
"exclude": [
"node_modules",
"typings/browser",
"typings/browser.d.ts"
],
"compileOnSave": false,
"buildOnSave": false,
"atom": {
"rewriteTsconfig": true
},
"filesGlob": [
"typings/index.d.ts",
"./**/*.ts"
],
"files": [
"./aliases.ts",
"./base/actions.ts",
"./base/context.ts",
"./base/core.ts",
"./base/form.ts",
"./base/io.ts",
"./base/ports.ts",
"./base/shell.ts",
"./inventory/io.ts",
"./inventory/resolver.ts",
"./inventory/select.ts",
"./inventory/standards.ts",
"./link/core.ts",
"./link/form.ts",
"./link/io.ts",
"./main.ts",
"./reconstruction.ts",
"./resolve/core.ts",
"./resolve/form.ts",
"./resolve/io.ts",
"./resolve/ports.ts",
"./resolve/shell.ts",
"./resource/core.ts",
"./resource/io.ts",
"./terminal.ts",
"./util.ts",
"./util/async.ts"
]
}