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