11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ESNext",
|
|
"watch": true,
|
|
"lib": ["DOM", "ES2017"]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |