##// 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
{
"compilerOptions": {
"target": "es3",
"module": "amd",
"sourceMap": true,
"declaration": true,
"moduleResolution": "node",
"listFiles": true,
"lib": [
"es5",
"es2015.promise",
"es2015.symbol",
"dom"
],
"rootDirs": [
"main/ts",
"amd/ts"
],
"types": []
}
}