854b1c0912
Refs: https://chromedevtools.github.io/devtools-protocol/tot/Runtime#type-UnserializableValue
12 lines
146 B
JSON
12 lines
146 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"target": "ESNext"
|
|
},
|
|
"include": [
|
|
"lib"
|
|
]
|
|
}
|