funkyFlaskTest/source/tsconfig.json

19 lines
403 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"allowSyntheticDefaultImports": true,
"types": ["node"]
},
"include": ["src"]
}