mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 07:20:13 +01:00
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "es6",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"outDir": "dist"
|
|
},
|
|
"lib": ["es2015"]
|
|
}
|