Files
archived-ux/tsconfig.json

14 lines
397 B
JSON

{
"//": "This tsconfig.json is used for internal tools and scripts",
"compilerOptions": {
"allowImportingTsExtensions": true,
"composite": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"types": ["node", "@testing-library/jest-dom"],
"lib": ["es2022", "dom"]
},
"include": ["bin/**/*.ts"]
}