1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "lib": ["ES2020", "DOM"], 5 "moduleResolution": "node", 6 "declaration": true, 7 "strict": true 8 }, 9 "include": [ 10 "no_import_ext/**/*.ts" 11 ] 12}
View as plain text