obsidian-testing-framework/packages/test-project/tsconfig.json
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 8c645a73b3
All checks were successful
Playwright Tests / test (push) Successful in 2m27s
hello world! 🌸
2024-10-23 18:38:55 -04:00

25 lines
425 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "Node16",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "Node16",
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"lib": [
"DOM",
"ES5",
"ES6",
"ES7"
],
},
"include": [
"**/*.ts"
]
}