mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
{
|
|
"$schema": "http://json.schemastore.org/swcrc",
|
|
"exclude":[
|
|
"node_modules/minio/**",
|
|
"node_modules/@octokit/**"
|
|
],
|
|
"module": {
|
|
"type": "commonjs",
|
|
// These are defaults.
|
|
"strict": false,
|
|
"strictMode": true,
|
|
"lazy": false,
|
|
"noInterop": false
|
|
}
|
|
} |