Masuksini-Real-Estate/public/assets/pwa/excellentexport/tsconfig.json

18 lines
363 B
JSON
Raw Permalink Normal View History

2024-09-07 01:16:49 +00:00
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "ESNext",
"sourceMap": true,
"removeComments": false,
"declaration": true,
"rootDir": "src",
"moduleResolution": "node",
"esModuleInterop": true
},
"include": [
"src/excellentexport.ts",
"test/**/*.{ts,js}"
]
}