1 2 3 4 5 6 7 8 9 10 11 12 13
{ "compilerOptions": { "outDir": "./dist", "allowJs": true, "target": "es2022", "module": "es2022", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "strict": false, "skipLibCheck": true }, "include": ["./app/**/*.ts"], }