mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-05-02 10:22:15 +00:00
16 lines
234 B
JSON
16 lines
234 B
JSON
{
|
|
"extends": "../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"noLib": true,
|
|
"types": [],
|
|
"rootDirs": [
|
|
"./assembly"
|
|
],
|
|
"allowJs": false
|
|
},
|
|
"files": [
|
|
"./assembly.d.ts"
|
|
]
|
|
}
|