14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"lib": ["ES2022", "DOM"],
|
|
"types": ["vite/client", "office-js"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|