brianpetro_smart-context-ob.../tsconfig.json
2026-05-14 15:04:34 -04:00

15 lines
No EOL
252 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ES2022"
},
"include": [
"src/**/*.js",
"src/**/*.ts",
"manifest.json"
]
}