15 lines
339 B
JSON
15 lines
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"rootDir": "./src",
|
|
"moduleResolution": "NodeNext",
|
|
"declaration": true,
|
|
"outDir": "./out",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|