pcbjam/tests/tsconfig.json

13 lines
267 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020", "DOM"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node",
"noEmit": true
},
"include": ["e2e/**/*.ts"]
}