14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
"strict": false,
|
|
"skipLibCheck": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.ts"]
|
|
}
|