jsviews
Version:
Next-generation MVVM and MVP framework - built on top of JsRender templates. Bringing templates to life...
20 lines (19 loc) • 479 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"outDir": "./built/",
"sourceMap": true,
"typeRoots": ["../../"],
"types": ["jsviews"]
},
"include": ["jsr-tests.ts", "jsv-tests.ts"],
"noImplicitAny": true
}