vscode-test-web/sample/tsconfig.runTest.json

15 строки
207 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2022",
"outDir": "dist",
"lib": [
"ES2022"
],
"rootDir": "src",
"strict": true
},
"include": [
"./src/web/test/runTest.ts"
]
}