14 lines
233 B
JSON
14 lines
233 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["es2015"],
|
||
|
"noEmit": true,
|
||
|
"isolatedModules": true,
|
||
|
"noImplicitAny": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|