##// END OF EJS Templates
update org.implab.gradle-typescript -> 1.3.3
update org.implab.gradle-typescript -> 1.3.3

File last commit:

r89:441fae622bca ts-plugin
r105:9bcbb0641dfc default
Show More
tsconfig.json
13 lines | 234 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 version...
r51 "rootDir": "ts",
"baseUrl": ".",
cin
migrating tests to the new project structure
r89 "rootDirs": [
"ts",
"../main/ts"
]
cin
tests moved under src/ folder...
r50 },
"include" : [
"ts/**/*.ts"
]
}