|
Last change
on this file since 92e7c7a was 92e7c7a, checked in by veronika-ils <ilioskaveronika@…>, 5 hours ago |
|
Petify fullstack project
|
-
Property mode
set to
100644
|
|
File size:
414 bytes
|
| Rev | Line | |
|---|
| [92e7c7a] | 1 | {
|
|---|
| 2 | "extends": "@tsconfig/node24/tsconfig.json",
|
|---|
| 3 | "include": [
|
|---|
| 4 | "vite.config.*",
|
|---|
| 5 | "vitest.config.*",
|
|---|
| 6 | "cypress.config.*",
|
|---|
| 7 | "nightwatch.conf.*",
|
|---|
| 8 | "playwright.config.*",
|
|---|
| 9 | "eslint.config.*"
|
|---|
| 10 | ],
|
|---|
| 11 | "compilerOptions": {
|
|---|
| 12 | "noEmit": true,
|
|---|
| 13 | "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|---|
| 14 |
|
|---|
| 15 | "module": "ESNext",
|
|---|
| 16 | "moduleResolution": "Bundler",
|
|---|
| 17 | "types": ["node"]
|
|---|
| 18 | }
|
|---|
| 19 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.