21 lines
375 B
JSON
Executable file
21 lines
375 B
JSON
Executable file
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"esnext",
|
|
"dom",
|
|
"DOM.Iterable"
|
|
],
|
|
"isolatedModules": true,
|
|
"target": "ES6",
|
|
"module": "ES6",
|
|
"rootDir": "src/",
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |