mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-01-26 03:24:03 +00:00
15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": [
|
|
"env.d.ts",
|
|
"src/**/*",
|
|
"src/**/*.vue",
|
|
"eslint.config.mjs",
|
|
"vite.config.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"strictNullChecks": true
|
|
}
|
|
}
|