{ ..., "compilerOptions": { ... "moduleResolution": "node", // add this line "resolveJsonModule": true // add this line }, "include": ["**/*.ts", "./**/*.json"] // add json path }