@btc-vision/opnet-transform
Version:
OP_NET AssemblyScript transform
51 lines (50 loc) • 1.42 kB
JSON
{
"compilerOptions": {
"module": "NodeNext",
"target": "ESNext",
"declaration": true,
"noImplicitAny": true,
"removeComments": false,
"suppressImplicitAnyIndexErrors": false,
"preserveConstEnums": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": false,
"moduleDetection": "force",
"allowImportingTsExtensions": false,
"experimentalDecorators": true,
"lib": ["ESNext"],
"baseUrl": ".",
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"alwaysStrict": true,
"moduleResolution": "nodenext",
"allowJs": true,
"incremental": true,
"allowSyntheticDefaultImports": true,
"outDir": "build",
"typeRoots": [
"node_modules/@types",
"@btc-vision/assemblyscript/transform",
"./node_modules/@btc-vision/assemblyscript/std/assembly.json",
"./std/assembly",
"types"
],
"paths": {
"*": ["./assembly/*"]
}
},
"include": [
"src/**/*.ts",
"src/*",
"src/**/*.js",
"src/*.ts",
"src/*.js",
"src/*.cjs",
"transform/*.ts",
"transform/**/*.ts"
]
}