##// END OF EJS Templates
Добавлена метка v1.0.0-rc1 для набора изменений 1e22cac2aaf4
Добавлена метка v1.0.0-rc1 для набора изменений 1e22cac2aaf4

File last commit:

r2:1e22cac2aaf4 v1.0.0-rc1 default
r3:0b28c6ab359f default
Show More
tsconfig.json
23 lines | 505 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts"
],
"types": [
"requirejs",
"../main/typings/dojo/modules",
"../main/typings/dijit/modules"
],
"module": "ESNext",
"target": "ESNext"
},
"include": [
"typings/**/*.ts",
"ts/**/*.ts",
"ts/**/*.tsx"
]
}