mirror of
https://gitlab.com/nightlycommit/twing.git
synced 2025-01-18 08:46:50 +02:00
12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"removeComments": false,
|
|
"strict": true,
|
|
"noUnusedParameters": true,
|
|
"noUnusedLocals": true
|
|
}
|
|
} |