##// END OF EJS Templates
working on fluent configuration, di annotations removed
working on fluent configuration, di annotations removed

File last commit:

r109:f71c50acc9f9 ioc ts support
r134:511bcc634d65 ioc ts support
Show More
tsconfig.json
13 lines | 236 B | application/json | JsonLexer
cin
tests moved under src/ folder...
r50 {
cin
working version...
r51 "extends": "../tsconfig",
cin
tests moved under src/ folder...
r50 "compilerOptions": {
cin
working on di decorators
r109 //"rootDir": "ts",
cin
working version...
r51 "baseUrl": ".",
cin
migrating tests to the new project structure
r89 "rootDirs": [
"ts",
"../main/ts"
]
cin
tests moved under src/ folder...
r50 },
"include" : [
"ts/**/*.ts"
]
}