mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-01-26 11:33:59 +00:00
18 lines
270 B
JSON
18 lines
270 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx",
|
|
"src/**/*.vue",
|
|
"env.d.ts",
|
|
"eslint.config.mjs",
|
|
"vite.config.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": ["es2023"]
|
|
}
|
|
}
|