mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 22:33:09 +00:00
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
],
|
|
"jsx": "react",
|
|
"declaration": true,
|
|
"outDir": "./build",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
} |