##// END OF EJS Templates
Fixed build script, added dgrid, added dstore typings.
Fixed build script, added dgrid, added dstore typings.

File last commit:

r4:c7a87ad80f91 default
r4:c7a87ad80f91 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"
]
}