blob: f4a510eb8227eb8f18bbc5c7bf3d9c0750f3b999 [file] [log] [blame]
{
"compilerOptions": {
/* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
"allowJs": true,
/* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
"esModuleInterop": true,
/* Ensure that casing is correct in imports. */
"forceConsistentCasingInFileNames": true,
/* Specify what module code is generated. */
"module": "ES2022",
/* Specify how TypeScript looks up a file from a given module specifier. */
"moduleResolution": "Node",
/* Specify an output folder for all emitted files. */
"outDir": "./dist/",
/* Enable importing .json files. */
"resolveJsonModule": true,
/* Skip type checking all .d.ts files. */
"skipLibCheck": true,
/* Create source map files for emitted JavaScript files. */
"sourceMap": true,
/* Enable all strict type-checking options. */
"strict": true,
/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "ES2017"
},
"include": ["routes", "app.ts", "JamiDaemon.ts"]
}