18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "Bundler",
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"noLib": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true
|
|
}
|
|
}
|