mirror of
https://github.com/2234839/web-font.git
synced 2026-04-29 21:00:45 +08:00
12 lines
211 B
JSON
12 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"],
|
|
"esModuleInterop": true,
|
|
"strict": true
|
|
},
|
|
"include": ["scripts"]
|
|
}
|