mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-05-28 15:11:25 +00:00
18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"extends": "../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"noLib": true,
|
|
"allowJs": false,
|
|
"typeRoots": [ "types" ],
|
|
"types": [ "assembly" ],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": [
|
|
"./assembly/*"
|
|
]
|
|
}
|
|
}
|
|
}
|