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