jsf.js_next_gen
Version:
A next generation typescript reimplementation of jsf.js
18 lines (17 loc) • 359 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": false,
"types": ["node", "mocha", "chai", "sinon", "definitions"]
},
"include": [
"api/**/*.ts",
"impl/**/*.ts",
"myfaces/**/*.ts",
"@types/**/*.d.ts",
"test/**/*.ts"
]
}