mirror of
https://github.com/symfony/ux.git
synced 2026-03-24 00:02:21 +01:00
14 lines
397 B
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"]
|
|
}
|