17 lines
No EOL
335 B
JSON
17 lines
No EOL
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |