mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-27 07:52:14 +00:00
12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"extends": "../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"noLib": true,
|
|
"allowJs": false,
|
|
"typeRoots": [ "types" ],
|
|
"types": [ "assembly" ]
|
|
}
|
|
}
|