{ "compilerOptions": { "outDir": "./js", "allowJs": true, "target": "ES6", "skipLibCheck": true, }, "include": [ "./ts/**/*" ], }