##// END OF EJS Templates
Added tag v1.9.0-rc3 for changeset 98b2c550c676
Added tag v1.9.0-rc3 for changeset 98b2c550c676

File last commit:

r109:4a375b9c654a default
r139:9c8af9e9ba6f default
Show More
tsconfig.eslint.json
8 lines | 193 B | application/json | JsonLexer
/ djx / src / tsconfig.eslint.json
{
//"extends": "./tsconfig.json",
"compilerOptions": {
// ensure that nobody can accidentally use this config for a build
"noEmit": true,
},
"include": [
]
}