This repository has been archived on 2024-02-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
asgard__/material-design/tsconfig.json
2023-02-28 02:14:36 +09:00

11 lines
191 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "es6",
"target": "es6",
"allowJs": true
},
"files": ["src/index.ts"]
}