mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-05-28 07:01:26 +00:00
16 lines
239 B
JSON
16 lines
239 B
JSON
|
{
|
||
|
"extends": "./tsconfig-base.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"noLib": true,
|
||
|
"types": [],
|
||
|
"rootDirs": [
|
||
|
"./std/assembly",
|
||
|
"./node_modules"
|
||
|
]
|
||
|
},
|
||
|
"files": [
|
||
|
"./assembly.d.ts"
|
||
|
]
|
||
|
}
|