mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"noEmitHelpers": true
|
|
},
|
|
"exclude": ["node_modules", "target", ".yarn", ".cargo"]
|
|
}
|