qcobjects-sdk
Version:
QCObjects SDK is a set of Controllers, Views and Components that are elementary and useful to assist developers to build applications under MVC patterns using QCObjects, Cross Browser Javascript Framework for MVC Patterns
11 lines (10 loc) • 587 B
JSON
{
"extends": "qcobjects-tsconfig/tsconfig.json",
"compilerOptions": {
"rootDir": "src", /* Specify the root folder within your source files. */
"allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
"outDir": "build", /* Specify an output folder for all emitted files. */
},
"include": ["src/**/*.ts", "src/**/*.mts", "src/**/*.cts"],
"exclude": ["src/**/*.spec.js", "src/*.js"]
}