mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-01-26 03:04:03 +00:00
20 lines
461 B
JSON
20 lines
461 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["ES2018"],
|
|
"moduleResolution": "Node",
|
|
"noImplicitReturns": true,
|
|
"outDir": "./dist",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ES2018",
|
|
"useDefineForClassFields": true
|
|
},
|
|
"exclude": ["examples/*", "tests/**/*"],
|
|
"include": ["src"]
|
|
}
|