##// END OF EJS Templates
changed the project structure
changed the project structure

File last commit:

r49:1a91da7b15f7 di-typescript
r49:1a91da7b15f7 di-typescript
Show More
tsconfig.json
20 lines | 424 B | application/json | JsonLexer
cin
working on multiplaftorm support (node, browser)
r47 {
"compilerOptions": {
"target": "es3",
"module": "amd",
"sourceMap": true,
"declaration": true,
cin
changed the project structure
r49 "moduleResolution": "node",
"listFiles": true,
cin
working on multiplaftorm support (node, browser)
r47 "lib": [
"es5",
"es2015.promise",
cin
working on multi-platform support
r48 "es2015.symbol",
"dom"
],
"rootDirs": [
cin
changed the project structure
r49 "main/ts",
cin
working on multi-platform support
r48 "amd/ts"
],
"types": []
cin
changed the project structure
r49 }
cin
working on multiplaftorm support (node, browser)
r47 }