##// END OF EJS Templates
Initial work on typescript support for the container configuration
Initial work on typescript support for the container configuration

File last commit:

r107:3725cefc8f98 ioc ts support
r107:3725cefc8f98 ioc ts support
Show More
tsconfig.json
10 lines | 312 B | application/json | JsonLexer
cin
working on multiplaftorm support (node, browser)
r47 {
"compilerOptions": {
cin
changed the project structure
r49 "moduleResolution": "node",
cin
Initial work on typescript support for the container configuration
r107 "experimentalDecorators": true,
cin
working version...
r51 "noEmitOnError": true,
cin
changed the project structure
r49 "listFiles": true,
cin
working on support commonjs modules format
r59 "types": [],
cin
Initial work on typescript support for the container configuration
r107 "target": "ES5",
cin
working build and test for browser and node targets
r93 "lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
cin
migrating to new project plugin 1.0.1-rc1...
r90 }
cin
working on multiplaftorm support (node, browser)
r47 }