forked from github-mirror/twing
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"removeComments": false,
|
|
"strict": true,
|
|
"noUnusedParameters": true,
|
|
"noUnusedLocals": true,
|
|
"esModuleInterop": true
|
|
}
|
|
} |