16 lines
344 B
JSON
16 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"jsx": "preserve",
|
|
"target": "ES2015",
|
|
"module": "ES2015",
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitThis": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["src/**/*", "types/**/*", "docs/**/*", "test/**/*"]
|
|
}
|