Masuksini-Real-Estate/public/assets/pwa/excellentexport/tsconfig.json
2024-09-07 08:16:49 +07:00

18 lines
363 B
JSON

{
"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}"
]
}