2024-02-28 16:33:15 +03:00

7 lines
221 B
JSON

{
"extends": "tsconfig/common.json",
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": { "outDir": "./build", "lib": ["DOM", "ES2020"] }
}