non-fungible-apps/contracts/tsconfig.json

9 lines
134 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"noEmit": true
},
"include": ["./**/*"]
}