14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "CommonJS",
|
|
"lib": ["ESNext"],
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |