{ "compilerOptions": { "target": "ES6", "module": "ESNext", "moduleResolution": "node", "allowJs": true, "noImplicitAny": true, "strict": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true }, "files": [ "assets" ] }