##// END OF EJS Templates
some fixes after testing
some fixes after testing

File last commit:

r4:c7a87ad80f91 default
r5:af2703f9110e default
Show More
tsconfig.json
22 lines | 447 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts"
],
"types": [
"requirejs",
"../main/typings"
],
"module": "ESNext",
"target": "ESNext"
},
"include": [
"typings/**/*.ts",
"ts/**/*.ts",
"ts/**/*.tsx"
]
}