mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-09 12:40:20 +08:00
20 lines
573 B
JSON
20 lines
573 B
JSON
{
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": true,
|
|
"module": "ESNext",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "Bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"verbatimModuleSyntax": true,
|
|
"moduleDetection": "force",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"types": ["vite/client", "vitest/globals"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.vue", "tests/**/*.ts"]
|
|
}
|