12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.node.jsonc",
|
|
"compilerOptions": {
|
|
// Checking
|
|
"noImplicitAny": false,
|
|
"allowImportingTsExtensions": true,
|
|
|
|
// Output
|
|
"noEmit": true
|
|
}
|
|
}
|