Files
svg-sprites/integration/apps/alpine-webpack/tsconfig.json
T

13 lines
263 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2022", "DOM"],
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["src/generated-contract.typecheck.ts"]
}