mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-21 21:31:14 +00:00
9 lines
255 B
JSON
9 lines
255 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.puppeteer.tsbuildinfo",
|
|
"lib": ["ES2023", "DOM"]
|
|
},
|
|
"include": ["scripts/play-demo.ts", "scripts/screenshot.ts"],
|
|
"exclude": []
|
|
}
|