platform-codebase/features/feature-flags/frontend-admin/tsconfig.node.json

14 lines
306 B
JSON
Executable file

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": [
"vite.config.ts",
"../../../@packages/@utils/vite-version-plugin/src/**/*.ts"
]
}