15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
// What should be compiled
|
|
"include": [
|
|
"src/**/*",
|
|
],
|
|
// Single files that should be compiled
|
|
"files": [
|
|
"vite.config.ts",
|
|
],
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
},
|
|
// Extend the base configuration
|
|
"extends": "../tsconfig-base.json",
|
|
} |