16 lines
270 B
JSON
16 lines
270 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES5",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"types": ["@types"]
|
||
|
},
|
||
|
"declaration": true,
|
||
|
"declarationDir": "./dist",
|
||
|
"rootDir": "./src"
|
||
|
},
|
||
|
"include": ["./"]
|
||
|
}
|